Html Css Color HEX #EDA732 Lightning Yellow

📋 copy color: '#EDA732'

red 237 ◦ green 167 ◦ blue 50

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

Shades of Lightning Yellow #EDA732

Tints of Lightning Yellow #EDA732

RGB

 RED value IS 237 (92.97% from 255) = 52.2%

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

 BLUE value IS 50 (19.92% from 255) = 11.01%

R = 52.2%
G = 36.78%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDA732 (or 0xEDA732) is known color: Lightning Yellow. HEX triplet: ED, A7 and 32. RGB value is (237,167,50). Sum of RGB (Red+Green+Blue) = 237+167+50=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 50 (19.92% from 255 or 11.01% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA732 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA732 is #1258CD. Grayscale: #AFAFAF. Windows color (decimal): -1202382 or 3319789. OLE color: 3319789.

HSL color Cylindrical-coordinate representation of color #EDA732: hue angle of 37.54º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDA732 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 167 50 -
CMYK 0 0.30 0.79 0.07
HSL 37.54º 0.84% 0.56% -
HSV(B) 37.54º 0.79% 0.93% -
XYZ 49.32 45.87 9.27 -
YUV 174.59 57.69 172.51 -
System Red Green Blue C M Y K H S L
Decimal 237 167 50 0 0.30 0.79 0.07 37.54 0.84 0.56
Hex ED A7 32 0 1E 4F 7 26 54 38
Octal 355 247 62 0 36 117 7 46 124 70
Binary 11101101 10100111 110010 0 11110 1001111 111 100110 1010100 111000

Color Harmonies of #EDA732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA732

Black with #EDA732

Text Example


Text Example

White with #EDA732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA732; }

 p { color: rgb(237,167,50); }

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

background-color css

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

 a { background-color: rgb(237,167,50); }

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

border-color css

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

 span { border-color: rgb(237,167,50); }

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