Html Css Color HEX #EDA32D Lightning Yellow

📋 copy color: '#EDA32D'

red 237 ◦ green 163 ◦ blue 45

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

Shades of Lightning Yellow #EDA32D

Tints of Lightning Yellow #EDA32D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.63%

 BLUE value IS 45 (17.97% from 255) = 10.11%

R = 53.26%
G = 36.63%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDA32D (or 0xEDA32D) is known color: Lightning Yellow. HEX triplet: ED, A3 and 2D. RGB value is (237,163,45). Sum of RGB (Red+Green+Blue) = 237+163+45=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA32D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA32D is #125CD2. Grayscale: #ACACAC. Windows color (decimal): -1203411 or 2991085. OLE color: 2991085.

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

Color convert

RGB 237 163 45 -
CMYK 0 0.31 0.81 0.07
HSL 36.88º 0.84% 0.55% -
HSV(B) 36.88º 0.81% 0.93% -
XYZ 48.5 44.39 8.49 -
YUV 171.67 56.52 174.59 -
System Red Green Blue C M Y K H S L
Decimal 237 163 45 0 0.31 0.81 0.07 36.88 0.84 0.55
Hex ED A3 2D 0 1F 51 7 25 54 37
Octal 355 243 55 0 37 121 7 45 124 67
Binary 11101101 10100011 101101 0 11111 1010001 111 100101 1010100 110111

Color Harmonies of #EDA32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA32D

Black with #EDA32D

Text Example


Text Example

White with #EDA32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA32D; }

 p { color: rgb(237,163,45); }

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

background-color css

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

 a { background-color: rgb(237,163,45); }

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

border-color css

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

 span { border-color: rgb(237,163,45); }

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