Html Css Color HEX #EFD405 Gold

📋 copy color: '#EFD405'

red 239 ◦ green 212 ◦ blue 5

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

Shades of Gold #EFD405

Tints of Gold #EFD405

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.49%

 BLUE value IS 5 (2.34% from 255) = 1.1%

R = 52.41%
G = 46.49%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFD405 (or 0xEFD405) is known color: Gold. HEX triplet: EF, D4 and 05. RGB value is (239,212,5). Sum of RGB (Red+Green+Blue) = 239+212+5=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 5 (2.34% from 255 or 1.10% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD405 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD405 is #102BFA. Grayscale: #C5C5C5. Windows color (decimal): -1059835 or 382191. OLE color: 382191.

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

Color convert

RGB 239 212 5 -
CMYK 0 0.11 0.98 0.06
HSL 53.08º 0.96% 0.48% -
HSV(B) 53.08º 0.98% 0.94% -
XYZ 59.17 65.45 9.66 -
YUV 196.48 19.95 158.33 -
System Red Green Blue C M Y K H S L
Decimal 239 212 5 0 0.11 0.98 0.06 53.08 0.96 0.48
Hex EF D4 5 0 B 62 6 35 60 30
Octal 357 324 5 0 13 142 6 65 140 60
Binary 11101111 11010100 101 0 1011 1100010 110 110101 1100000 110000

Color Harmonies of #EFD405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD405

Black with #EFD405

Text Example


Text Example

White with #EFD405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD405; }

 p { color: rgb(239,212,5); }

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

background-color css

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

 a { background-color: rgb(239,212,5); }

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

border-color css

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

 span { border-color: rgb(239,212,5); }

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