Html Css Color HEX #EFCF30 Golden Dream

📋 copy color: '#EFCF30'

red 239 ◦ green 207 ◦ blue 48

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

Shades of Golden Dream #EFCF30

Tints of Golden Dream #EFCF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.72%

R = 48.38%
G = 41.9%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFCF30 (or 0xEFCF30) is known color: Golden Dream. HEX triplet: EF, CF and 30. RGB value is (239,207,48). Sum of RGB (Red+Green+Blue) = 239+207+48=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 48 (19.14% from 255 or 9.72% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCF30 is #1030CF. Grayscale: #C7C7C7. Windows color (decimal): -1061072 or 3198959. OLE color: 3198959.

HSL color Cylindrical-coordinate representation of color #EFCF30: hue angle of 49.95º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFCF30 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 207 48 -
CMYK 0 0.13 0.80 0.06
HSL 49.95º 0.86% 0.56% -
HSV(B) 49.95º 0.8% 0.94% -
XYZ 58.44 63.19 11.91 -
YUV 198.44 43.1 156.93 -
System Red Green Blue C M Y K H S L
Decimal 239 207 48 0 0.13 0.80 0.06 49.95 0.86 0.56
Hex EF CF 30 0 D 50 6 32 56 38
Octal 357 317 60 0 15 120 6 62 126 70
Binary 11101111 11001111 110000 0 1101 1010000 110 110010 1010110 111000

Color Harmonies of #EFCF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF30

Black with #EFCF30

Text Example


Text Example

White with #EFCF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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