Html Css Color HEX #EFD334 Golden Dream

📋 copy color: '#EFD334'

red 239 ◦ green 211 ◦ blue 52

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

Shades of Golden Dream #EFD334

Tints of Golden Dream #EFD334

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.03%

 BLUE value IS 52 (20.7% from 255) = 10.36%

R = 47.61%
G = 42.03%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFD334 (or 0xEFD334) is known color: Golden Dream. HEX triplet: EF, D3 and 34. RGB value is (239,211,52). Sum of RGB (Red+Green+Blue) = 239+211+52=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 52 (20.70% from 255 or 10.36% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD334 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD334 is #102CCB. Grayscale: #C9C9C9. Windows color (decimal): -1060044 or 3462127. OLE color: 3462127.

HSL color Cylindrical-coordinate representation of color #EFD334: hue angle of 51.02º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFD334 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 211 52 -
CMYK 0 0.12 0.78 0.06
HSL 51.02º 0.85% 0.57% -
HSV(B) 51.02º 0.78% 0.94% -
XYZ 59.51 65.19 12.69 -
YUV 201.25 43.78 154.93 -
System Red Green Blue C M Y K H S L
Decimal 239 211 52 0 0.12 0.78 0.06 51.02 0.85 0.57
Hex EF D3 34 0 C 4E 6 33 55 39
Octal 357 323 64 0 14 116 6 63 125 71
Binary 11101111 11010011 110100 0 1100 1001110 110 110011 1010101 111001

Color Harmonies of #EFD334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD334

Black with #EFD334

Text Example


Text Example

White with #EFD334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD334; }

 p { color: rgb(239,211,52); }

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

background-color css

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

 a { background-color: rgb(239,211,52); }

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

border-color css

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

 span { border-color: rgb(239,211,52); }

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