Html Css Color HEX #EDAB2F Lightning Yellow

📋 copy color: '#EDAB2F'

red 237 ◦ green 171 ◦ blue 47

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

Shades of Lightning Yellow #EDAB2F

Tints of Lightning Yellow #EDAB2F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.58%

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

R = 52.09%
G = 37.58%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDAB2F (or 0xEDAB2F) is known color: Lightning Yellow. HEX triplet: ED, AB and 2F. RGB value is (237,171,47). Sum of RGB (Red+Green+Blue) = 237+171+47=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 47 (18.75% from 255 or 10.33% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB2F is #1254D0. Grayscale: #B1B1B1. Windows color (decimal): -1201361 or 3124205. OLE color: 3124205.

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

Color convert

RGB 237 171 47 -
CMYK 0 0.28 0.80 0.07
HSL 39.16º 0.84% 0.56% -
HSV(B) 39.16º 0.8% 0.93% -
XYZ 50 47.34 9.19 -
YUV 176.6 54.87 171.08 -
System Red Green Blue C M Y K H S L
Decimal 237 171 47 0 0.28 0.80 0.07 39.16 0.84 0.56
Hex ED AB 2F 0 1C 50 7 27 54 38
Octal 355 253 57 0 34 120 7 47 124 70
Binary 11101101 10101011 101111 0 11100 1010000 111 100111 1010100 111000

Color Harmonies of #EDAB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB2F

Black with #EDAB2F

Text Example


Text Example

White with #EDAB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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