Html Css Color HEX #EDA935 Lightning Yellow

📋 copy color: '#EDA935'

red 237 ◦ green 169 ◦ blue 53

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

Shades of Lightning Yellow #EDA935

Tints of Lightning Yellow #EDA935

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.82%

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

R = 51.63%
G = 36.82%
B = 11.55%

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

#EDA935 (or 0xEDA935) is known color: Lightning Yellow. HEX triplet: ED, A9 and 35. RGB value is (237,169,53). Sum of RGB (Red+Green+Blue) = 237+169+53=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 53 (21.09% from 255 or 11.55% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA935 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA935 is #1256CA. Grayscale: #B0B0B0. Windows color (decimal): -1201867 or 3516909. OLE color: 3516909.

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

Color convert

RGB 237 169 53 -
CMYK 0 0.29 0.78 0.07
HSL 37.83º 0.84% 0.57% -
HSV(B) 37.83º 0.78% 0.93% -
XYZ 49.76 46.64 9.75 -
YUV 176.11 58.53 171.43 -
System Red Green Blue C M Y K H S L
Decimal 237 169 53 0 0.29 0.78 0.07 37.83 0.84 0.57
Hex ED A9 35 0 1D 4E 7 26 54 39
Octal 355 251 65 0 35 116 7 46 124 71
Binary 11101101 10101001 110101 0 11101 1001110 111 100110 1010100 111001

Color Harmonies of #EDA935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA935

Black with #EDA935

Text Example


Text Example

White with #EDA935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA935; }

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

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

background-color css

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

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

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

border-color css

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

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

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