Html Css Color HEX #EFC930 Golden Dream

📋 copy color: '#EFC930'

red 239 ◦ green 201 ◦ blue 48

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

Shades of Golden Dream #EFC930

Tints of Golden Dream #EFC930

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.19%

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

R = 48.98%
G = 41.19%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFC930 (or 0xEFC930) is known color: Golden Dream. HEX triplet: EF, C9 and 30. RGB value is (239,201,48). Sum of RGB (Red+Green+Blue) = 239+201+48=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 48 (19.14% from 255 or 9.84% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC930 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC930 is #1036CF. Grayscale: #C3C3C3. Windows color (decimal): -1062608 or 3197423. OLE color: 3197423.

HSL color Cylindrical-coordinate representation of color #EFC930: hue angle of 48.06º 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 #EFC930 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 201 48 -
CMYK 0 0.16 0.80 0.06
HSL 48.06º 0.86% 0.56% -
HSV(B) 48.06º 0.8% 0.94% -
XYZ 57.02 60.34 11.44 -
YUV 194.92 45.09 159.44 -
System Red Green Blue C M Y K H S L
Decimal 239 201 48 0 0.16 0.80 0.06 48.06 0.86 0.56
Hex EF C9 30 0 10 50 6 30 56 38
Octal 357 311 60 0 20 120 6 60 126 70
Binary 11101111 11001001 110000 0 10000 1010000 110 110000 1010110 111000

Color Harmonies of #EFC930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC930

Black with #EFC930

Text Example


Text Example

White with #EFC930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC930; }

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

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

background-color css

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

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

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

border-color css

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

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

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