Html Css Color HEX #EFD42A Golden Dream

📋 copy color: '#EFD42A'

red 239 ◦ green 212 ◦ blue 42

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

Shades of Golden Dream #EFD42A

Tints of Golden Dream #EFD42A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.52%

R = 48.48%
G = 43%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFD42A (or 0xEFD42A) is known color: Golden Dream. HEX triplet: EF, D4 and 2A. RGB value is (239,212,42). Sum of RGB (Red+Green+Blue) = 239+212+42=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 42 (16.80% from 255 or 8.52% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD42A is #102BD5. Grayscale: #C9C9C9. Windows color (decimal): -1059798 or 2807023. OLE color: 2807023.

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

Color convert

RGB 239 212 42 -
CMYK 0 0.11 0.82 0.06
HSL 51.78º 0.86% 0.55% -
HSV(B) 51.78º 0.82% 0.94% -
XYZ 59.56 65.6 11.71 -
YUV 200.69 38.45 155.32 -
System Red Green Blue C M Y K H S L
Decimal 239 212 42 0 0.11 0.82 0.06 51.78 0.86 0.55
Hex EF D4 2A 0 B 52 6 34 56 37
Octal 357 324 52 0 13 122 6 64 126 67
Binary 11101111 11010100 101010 0 1011 1010010 110 110100 1010110 110111

Color Harmonies of #EFD42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD42A

Black with #EFD42A

Text Example


Text Example

White with #EFD42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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