Html Css Color HEX #EDDC4B Energy Yellow

📋 copy color: '#EDDC4B'

red 237 ◦ green 220 ◦ blue 75

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

Shades of Energy Yellow #EDDC4B

Tints of Energy Yellow #EDDC4B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.35%

 BLUE value IS 75 (29.69% from 255) = 14.1%

R = 44.55%
G = 41.35%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDDC4B (or 0xEDDC4B) is known color: Energy Yellow. HEX triplet: ED, DC and 4B. RGB value is (237,220,75). Sum of RGB (Red+Green+Blue) = 237+220+75=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 75 (29.69% from 255 or 14.10% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC4B is #1223B4. Grayscale: #D1D1D1. Windows color (decimal): -1188789 or 4971757. OLE color: 4971757.

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

Color convert

RGB 237 220 75 -
CMYK 0 0.07 0.68 0.07
HSL 53.7º 0.82% 0.61% -
HSV(B) 53.7º 0.68% 0.93% -
XYZ 61.79 69.7 16.85 -
YUV 208.55 52.63 148.29 -
System Red Green Blue C M Y K H S L
Decimal 237 220 75 0 0.07 0.68 0.07 53.7 0.82 0.61
Hex ED DC 4B 0 7 44 7 36 52 3D
Octal 355 334 113 0 7 104 7 66 122 75
Binary 11101101 11011100 1001011 0 111 1000100 111 110110 1010010 111101

Color Harmonies of #EDDC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC4B

Black with #EDDC4B

Text Example


Text Example

White with #EDDC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC4B; }

 p { color: rgb(237,220,75); }

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

background-color css

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

 a { background-color: rgb(237,220,75); }

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

border-color css

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

 span { border-color: rgb(237,220,75); }

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