Html Css Color HEX #EDAB2E Lightning Yellow

📋 copy color: '#EDAB2E'

red 237 ◦ green 171 ◦ blue 46

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

Shades of Lightning Yellow #EDAB2E

Tints of Lightning Yellow #EDAB2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.13%

R = 52.2%
G = 37.67%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDAB2E (or 0xEDAB2E) is known color: Lightning Yellow. HEX triplet: ED, AB and 2E. RGB value is (237,171,46). Sum of RGB (Red+Green+Blue) = 237+171+46=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 46 (18.36% from 255 or 10.13% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB2E is #1254D1. Grayscale: #B1B1B1. Windows color (decimal): -1201362 or 3058669. OLE color: 3058669.

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

Color convert

RGB 237 171 46 -
CMYK 0 0.28 0.81 0.07
HSL 39.27º 0.84% 0.55% -
HSV(B) 39.27º 0.81% 0.93% -
XYZ 49.98 47.33 9.09 -
YUV 176.48 54.37 171.16 -
System Red Green Blue C M Y K H S L
Decimal 237 171 46 0 0.28 0.81 0.07 39.27 0.84 0.55
Hex ED AB 2E 0 1C 51 7 27 54 37
Octal 355 253 56 0 34 121 7 47 124 67
Binary 11101101 10101011 101110 0 11100 1010001 111 100111 1010100 110111

Color Harmonies of #EDAB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB2E

Black with #EDAB2E

Text Example


Text Example

White with #EDAB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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