Html Css Color HEX #EDA92C Lightning Yellow

📋 copy color: '#EDA92C'

red 237 ◦ green 169 ◦ blue 44

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

Shades of Lightning Yellow #EDA92C

Tints of Lightning Yellow #EDA92C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.78%

R = 52.67%
G = 37.56%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDA92C (or 0xEDA92C) is known color: Lightning Yellow. HEX triplet: ED, A9 and 2C. RGB value is (237,169,44). Sum of RGB (Red+Green+Blue) = 237+169+44=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 44 (17.58% from 255 or 9.78% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA92C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA92C is #1256D3. Grayscale: #AFAFAF. Windows color (decimal): -1201876 or 2927085. OLE color: 2927085.

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

Color convert

RGB 237 169 44 -
CMYK 0 0.29 0.81 0.07
HSL 38.86º 0.84% 0.55% -
HSV(B) 38.86º 0.81% 0.93% -
XYZ 49.57 46.56 8.76 -
YUV 175.08 54.03 172.16 -
System Red Green Blue C M Y K H S L
Decimal 237 169 44 0 0.29 0.81 0.07 38.86 0.84 0.55
Hex ED A9 2C 0 1D 51 7 27 54 37
Octal 355 251 54 0 35 121 7 47 124 67
Binary 11101101 10101001 101100 0 11101 1010001 111 100111 1010100 110111

Color Harmonies of #EDA92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA92C

Black with #EDA92C

Text Example


Text Example

White with #EDA92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA92C; }

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

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

background-color css

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

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

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

border-color css

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

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

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