Html Css Color HEX #EFC830 Golden Dream

📋 copy color: '#EFC830'

red 239 ◦ green 200 ◦ blue 48

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

Shades of Golden Dream #EFC830

Tints of Golden Dream #EFC830

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.07%

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

R = 49.08%
G = 41.07%
B = 9.86%

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

#EFC830 (or 0xEFC830) is known color: Golden Dream. HEX triplet: EF, C8 and 30. RGB value is (239,200,48). Sum of RGB (Red+Green+Blue) = 239+200+48=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 48 (19.14% from 255 or 9.86% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC830 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC830 is #1037CF. Grayscale: #C2C2C2. Windows color (decimal): -1062864 or 3197167. OLE color: 3197167.

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

Color convert

RGB 239 200 48 -
CMYK 0 0.16 0.80 0.06
HSL 47.75º 0.86% 0.56% -
HSV(B) 47.75º 0.8% 0.94% -
XYZ 56.78 59.87 11.36 -
YUV 194.33 45.42 159.86 -
System Red Green Blue C M Y K H S L
Decimal 239 200 48 0 0.16 0.80 0.06 47.75 0.86 0.56
Hex EF C8 30 0 10 50 6 30 56 38
Octal 357 310 60 0 20 120 6 60 126 70
Binary 11101111 11001000 110000 0 10000 1010000 110 110000 1010110 111000

Color Harmonies of #EFC830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC830

Black with #EFC830

Text Example


Text Example

White with #EFC830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC830; }

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

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

background-color css

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

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

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

border-color css

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

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

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