Html Css Color HEX #EFCC30 Golden Dream

📋 copy color: '#EFCC30'

red 239 ◦ green 204 ◦ blue 48

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

Shades of Golden Dream #EFCC30

Tints of Golden Dream #EFCC30

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.55%

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

R = 48.68%
G = 41.55%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFCC30 (or 0xEFCC30) is known color: Golden Dream. HEX triplet: EF, CC and 30. RGB value is (239,204,48). Sum of RGB (Red+Green+Blue) = 239+204+48=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 48 (19.14% from 255 or 9.78% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCC30 is #1033CF. Grayscale: #C5C5C5. Windows color (decimal): -1061840 or 3198191. OLE color: 3198191.

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

Color convert

RGB 239 204 48 -
CMYK 0 0.15 0.80 0.06
HSL 49.01º 0.86% 0.56% -
HSV(B) 49.01º 0.8% 0.94% -
XYZ 57.72 61.75 11.67 -
YUV 196.68 44.1 158.18 -
System Red Green Blue C M Y K H S L
Decimal 239 204 48 0 0.15 0.80 0.06 49.01 0.86 0.56
Hex EF CC 30 0 F 50 6 31 56 38
Octal 357 314 60 0 17 120 6 61 126 70
Binary 11101111 11001100 110000 0 1111 1010000 110 110001 1010110 111000

Color Harmonies of #EFCC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC30

Black with #EFCC30

Text Example


Text Example

White with #EFCC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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