Html Css Color HEX #EBA62B Lightning Yellow

📋 copy color: '#EBA62B'

red 235 ◦ green 166 ◦ blue 43

#EBA62B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lightning Yellow #EBA62B

Tints of Lightning Yellow #EBA62B

RGB

 RED value IS 235 (92.19% from 255) = 52.93%

 GREEN value IS 166 (65.23% from 255) = 37.39%

 BLUE value IS 43 (17.19% from 255) = 9.68%

R = 52.93%
G = 37.39%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EBA62B (or 0xEBA62B) is known color: Lightning Yellow. HEX triplet: EB, A6 and 2B. RGB value is (235,166,43). Sum of RGB (Red+Green+Blue) = 235+166+43=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 43 (17.19% from 255 or 9.68% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA62B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA62B is #1459D4. Grayscale: #ADADAD. Windows color (decimal): -1333717 or 2860779. OLE color: 2860779.

HSL color Cylindrical-coordinate representation of color #EBA62B: hue angle of 38.44º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EBA62B is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 166 43 -
CMYK 0 0.29 0.82 0.08
HSL 38.44º 0.83% 0.55% -
HSV(B) 38.44º 0.82% 0.92% -
XYZ 48.33 45.11 8.44 -
YUV 172.61 54.86 172.5 -
System Red Green Blue C M Y K H S L
Decimal 235 166 43 0 0.29 0.82 0.08 38.44 0.83 0.55
Hex EB A6 2B 0 1D 52 8 26 53 37
Octal 353 246 53 0 35 122 10 46 123 67
Binary 11101011 10100110 101011 0 11101 1010010 1000 100110 1010011 110111

Color Harmonies of #EBA62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA62B

Black with #EBA62B

Text Example


Text Example

White with #EBA62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA62B; }

 p { color: rgb(235,166,43); }

 H1.HeaderClassName
 {
   color: #EBA62B;
 }
 .AnyTagClassName
 {
   color: #EBA62B;
 }
</style>

background-color css

<style>
 a { background-color: #EBA62B; }

 a { background-color: rgb(235,166,43); }

 div.DivClassName
 {
   background-color: #EBA62B;
 }
 .BgClassName
 {
   background-color: #EBA62B;
 }
</style>

border-color css

<style>
 span { border-color: #EBA62B; }

 span { border-color: rgb(235,166,43); }

 td.TdClassName
 {
   border-color: #EBA62B;
 }
 .TagClassName
 {
   border-color: #EBA62B;
 }
</style>