Html Css Color HEX #EFDD0A Golden Yellow

📋 copy color: '#EFDD0A'

red 239 ◦ green 221 ◦ blue 10

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

Shades of Golden Yellow #EFDD0A

Tints of Golden Yellow #EFDD0A

RGB

 RED value IS 239 (93.75% from 255) = 50.85%

 GREEN value IS 221 (86.72% from 255) = 47.02%

 BLUE value IS 10 (4.3% from 255) = 2.13%

R = 50.85%
G = 47.02%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFDD0A (or 0xEFDD0A) is known color: Golden Yellow. HEX triplet: EF, DD and 0A. RGB value is (239,221,10). Sum of RGB (Red+Green+Blue) = 239+221+10=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 10 (4.30% from 255 or 2.13% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDD0A is #1022F5. Grayscale: #CBCBCB. Windows color (decimal): -1057526 or 712175. OLE color: 712175.

HSL color Cylindrical-coordinate representation of color #EFDD0A: hue angle of 55.28º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFDD0A is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 221 10 -
CMYK 0 0.08 0.96 0.06
HSL 55.28º 0.92% 0.49% -
HSV(B) 55.28º 0.96% 0.94% -
XYZ 61.51 70.09 10.57 -
YUV 202.33 19.46 154.16 -
System Red Green Blue C M Y K H S L
Decimal 239 221 10 0 0.08 0.96 0.06 55.28 0.92 0.49
Hex EF DD A 0 8 60 6 37 5C 31
Octal 357 335 12 0 10 140 6 67 134 61
Binary 11101111 11011101 1010 0 1000 1100000 110 110111 1011100 110001

Color Harmonies of #EFDD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD0A

Black with #EFDD0A

Text Example


Text Example

White with #EFDD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD0A; }

 p { color: rgb(239,221,10); }

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

background-color css

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

 a { background-color: rgb(239,221,10); }

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

border-color css

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

 span { border-color: rgb(239,221,10); }

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