Html Css Color HEX #EDA42B Lightning Yellow

📋 copy color: '#EDA42B'

red 237 ◦ green 164 ◦ blue 43

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

Shades of Lightning Yellow #EDA42B

Tints of Lightning Yellow #EDA42B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.94%

 BLUE value IS 43 (17.19% from 255) = 9.68%

R = 53.38%
G = 36.94%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EDA42B (or 0xEDA42B) is known color: Lightning Yellow. HEX triplet: ED, A4 and 2B. RGB value is (237,164,43). Sum of RGB (Red+Green+Blue) = 237+164+43=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 43 (17.19% from 255 or 9.68% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA42B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA42B is #125BD4. Grayscale: #ACACAC. Windows color (decimal): -1203157 or 2860269. OLE color: 2860269.

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

Color convert

RGB 237 164 43 -
CMYK 0 0.31 0.82 0.07
HSL 37.42º 0.84% 0.55% -
HSV(B) 37.42º 0.82% 0.93% -
XYZ 48.64 44.73 8.36 -
YUV 172.03 55.18 174.34 -
System Red Green Blue C M Y K H S L
Decimal 237 164 43 0 0.31 0.82 0.07 37.42 0.84 0.55
Hex ED A4 2B 0 1F 52 7 25 54 37
Octal 355 244 53 0 37 122 7 45 124 67
Binary 11101101 10100100 101011 0 11111 1010010 111 100101 1010100 110111

Color Harmonies of #EDA42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA42B

Black with #EDA42B

Text Example


Text Example

White with #EDA42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA42B; }

 p { color: rgb(237,164,43); }

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

background-color css

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

 a { background-color: rgb(237,164,43); }

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

border-color css

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

 span { border-color: rgb(237,164,43); }

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