Html Css Color HEX #EDAA33 Lightning Yellow

📋 copy color: '#EDAA33'

red 237 ◦ green 170 ◦ blue 51

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

Shades of Lightning Yellow #EDAA33

Tints of Lightning Yellow #EDAA33

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.12%

 BLUE value IS 51 (20.31% from 255) = 11.14%

R = 51.75%
G = 37.12%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDAA33 (or 0xEDAA33) is known color: Lightning Yellow. HEX triplet: ED, AA and 33. RGB value is (237,170,51). Sum of RGB (Red+Green+Blue) = 237+170+51=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 51 (20.31% from 255 or 11.14% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA33 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAA33 is #1255CC. Grayscale: #B1B1B1. Windows color (decimal): -1201613 or 3386093. OLE color: 3386093.

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

Color convert

RGB 237 170 51 -
CMYK 0 0.28 0.78 0.07
HSL 38.39º 0.84% 0.56% -
HSV(B) 38.39º 0.78% 0.93% -
XYZ 49.9 46.99 9.57 -
YUV 176.47 57.2 171.18 -
System Red Green Blue C M Y K H S L
Decimal 237 170 51 0 0.28 0.78 0.07 38.39 0.84 0.56
Hex ED AA 33 0 1C 4E 7 26 54 38
Octal 355 252 63 0 34 116 7 46 124 70
Binary 11101101 10101010 110011 0 11100 1001110 111 100110 1010100 111000

Color Harmonies of #EDAA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA33

Black with #EDAA33

Text Example


Text Example

White with #EDAA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA33; }

 p { color: rgb(237,170,51); }

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

background-color css

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

 a { background-color: rgb(237,170,51); }

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

border-color css

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

 span { border-color: rgb(237,170,51); }

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