Html Css Color HEX #EBA72B Lightning Yellow

📋 copy color: '#EBA72B'

red 235 ◦ green 167 ◦ blue 43

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

Shades of Lightning Yellow #EBA72B

Tints of Lightning Yellow #EBA72B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.53%

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

R = 52.81%
G = 37.53%
B = 9.66%

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

#EBA72B (or 0xEBA72B) is known color: Lightning Yellow. HEX triplet: EB, A7 and 2B. RGB value is (235,167,43). Sum of RGB (Red+Green+Blue) = 235+167+43=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 43 (17.19% from 255 or 9.66% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA72B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA72B is #1458D4. Grayscale: #ADADAD. Windows color (decimal): -1333461 or 2861035. OLE color: 2861035.

HSL color Cylindrical-coordinate representation of color #EBA72B: hue angle of 38.75º 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 #EBA72B is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 167 43 -
CMYK 0 0.29 0.82 0.08
HSL 38.75º 0.83% 0.55% -
HSV(B) 38.75º 0.82% 0.92% -
XYZ 48.52 45.47 8.51 -
YUV 173.2 54.53 172.08 -
System Red Green Blue C M Y K H S L
Decimal 235 167 43 0 0.29 0.82 0.08 38.75 0.83 0.55
Hex EB A7 2B 0 1D 52 8 27 53 37
Octal 353 247 53 0 35 122 10 47 123 67
Binary 11101011 10100111 101011 0 11101 1010010 1000 100111 1010011 110111

Color Harmonies of #EBA72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA72B

Black with #EBA72B

Text Example


Text Example

White with #EBA72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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