Html Css Color HEX #EFCF33 Golden Dream

📋 copy color: '#EFCF33'

red 239 ◦ green 207 ◦ blue 51

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

Shades of Golden Dream #EFCF33

Tints of Golden Dream #EFCF33

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.65%

 BLUE value IS 51 (20.31% from 255) = 10.26%

R = 48.09%
G = 41.65%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFCF33 (or 0xEFCF33) is known color: Golden Dream. HEX triplet: EF, CF and 33. RGB value is (239,207,51). Sum of RGB (Red+Green+Blue) = 239+207+51=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 51 (20.31% from 255 or 10.26% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCF33 is #1030CC. Grayscale: #C7C7C7. Windows color (decimal): -1061069 or 3395567. OLE color: 3395567.

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

Color convert

RGB 239 207 51 -
CMYK 0 0.13 0.79 0.06
HSL 49.79º 0.85% 0.57% -
HSV(B) 49.79º 0.79% 0.94% -
XYZ 58.51 63.22 12.25 -
YUV 198.78 44.6 156.68 -
System Red Green Blue C M Y K H S L
Decimal 239 207 51 0 0.13 0.79 0.06 49.79 0.85 0.57
Hex EF CF 33 0 D 4F 6 32 55 39
Octal 357 317 63 0 15 117 6 62 125 71
Binary 11101111 11001111 110011 0 1101 1001111 110 110010 1010101 111001

Color Harmonies of #EFCF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF33

Black with #EFCF33

Text Example


Text Example

White with #EFCF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF33; }

 p { color: rgb(239,207,51); }

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

background-color css

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

 a { background-color: rgb(239,207,51); }

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

border-color css

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

 span { border-color: rgb(239,207,51); }

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