Html Css Color HEX #EDA835 Lightning Yellow

📋 copy color: '#EDA835'

red 237 ◦ green 168 ◦ blue 53

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

Shades of Lightning Yellow #EDA835

Tints of Lightning Yellow #EDA835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.57%

R = 51.75%
G = 36.68%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDA835 (or 0xEDA835) is known color: Lightning Yellow. HEX triplet: ED, A8 and 35. RGB value is (237,168,53). Sum of RGB (Red+Green+Blue) = 237+168+53=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 53 (21.09% from 255 or 11.57% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA835 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA835 is #1257CA. Grayscale: #B0B0B0. Windows color (decimal): -1202123 or 3516653. OLE color: 3516653.

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

Color convert

RGB 237 168 53 -
CMYK 0 0.29 0.78 0.07
HSL 37.5º 0.84% 0.57% -
HSV(B) 37.5º 0.78% 0.93% -
XYZ 49.57 46.27 9.69 -
YUV 175.52 58.86 171.85 -
System Red Green Blue C M Y K H S L
Decimal 237 168 53 0 0.29 0.78 0.07 37.5 0.84 0.57
Hex ED A8 35 0 1D 4E 7 26 54 39
Octal 355 250 65 0 35 116 7 46 124 71
Binary 11101101 10101000 110101 0 11101 1001110 111 100110 1010100 111001

Color Harmonies of #EDA835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA835

Black with #EDA835

Text Example


Text Example

White with #EDA835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA835; }

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

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

background-color css

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

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

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

border-color css

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

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

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