Html Css Color HEX #EDA832 Lightning Yellow

📋 copy color: '#EDA832'

red 237 ◦ green 168 ◦ blue 50

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

Shades of Lightning Yellow #EDA832

Tints of Lightning Yellow #EDA832

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.92%

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

R = 52.09%
G = 36.92%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDA832 (or 0xEDA832) is known color: Lightning Yellow. HEX triplet: ED, A8 and 32. RGB value is (237,168,50). Sum of RGB (Red+Green+Blue) = 237+168+50=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 50 (19.92% from 255 or 10.99% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA832 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA832 is #1257CD. Grayscale: #AFAFAF. Windows color (decimal): -1202126 or 3320045. OLE color: 3320045.

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

Color convert

RGB 237 168 50 -
CMYK 0 0.29 0.79 0.07
HSL 37.86º 0.84% 0.56% -
HSV(B) 37.86º 0.79% 0.93% -
XYZ 49.5 46.24 9.33 -
YUV 175.18 57.36 172.09 -
System Red Green Blue C M Y K H S L
Decimal 237 168 50 0 0.29 0.79 0.07 37.86 0.84 0.56
Hex ED A8 32 0 1D 4F 7 26 54 38
Octal 355 250 62 0 35 117 7 46 124 70
Binary 11101101 10101000 110010 0 11101 1001111 111 100110 1010100 111000

Color Harmonies of #EDA832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA832

Black with #EDA832

Text Example


Text Example

White with #EDA832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA832; }

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

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

background-color css

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

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

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

border-color css

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

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

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