Html Css Color HEX #EDA92F Lightning Yellow

📋 copy color: '#EDA92F'

red 237 ◦ green 169 ◦ blue 47

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

Shades of Lightning Yellow #EDA92F

Tints of Lightning Yellow #EDA92F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.38%

R = 52.32%
G = 37.31%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDA92F (or 0xEDA92F) is known color: Lightning Yellow. HEX triplet: ED, A9 and 2F. RGB value is (237,169,47). Sum of RGB (Red+Green+Blue) = 237+169+47=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 47 (18.75% from 255 or 10.38% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA92F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA92F is #1256D0. Grayscale: #AFAFAF. Windows color (decimal): -1201873 or 3123693. OLE color: 3123693.

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

Color convert

RGB 237 169 47 -
CMYK 0 0.29 0.80 0.07
HSL 38.53º 0.84% 0.56% -
HSV(B) 38.53º 0.8% 0.93% -
XYZ 49.63 46.59 9.07 -
YUV 175.42 55.53 171.92 -
System Red Green Blue C M Y K H S L
Decimal 237 169 47 0 0.29 0.80 0.07 38.53 0.84 0.56
Hex ED A9 2F 0 1D 50 7 27 54 38
Octal 355 251 57 0 35 120 7 47 124 70
Binary 11101101 10101001 101111 0 11101 1010000 111 100111 1010100 111000

Color Harmonies of #EDA92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA92F

Black with #EDA92F

Text Example


Text Example

White with #EDA92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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