Html Css Color HEX #EFCA32 Golden Dream

📋 copy color: '#EFCA32'

red 239 ◦ green 202 ◦ blue 50

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

Shades of Golden Dream #EFCA32

Tints of Golden Dream #EFCA32

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.14%

 BLUE value IS 50 (19.92% from 255) = 10.18%

R = 48.68%
G = 41.14%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFCA32 (or 0xEFCA32) is known color: Golden Dream. HEX triplet: EF, CA and 32. RGB value is (239,202,50). Sum of RGB (Red+Green+Blue) = 239+202+50=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 50 (19.92% from 255 or 10.18% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCA32 is #1035CD. Grayscale: #C4C4C4. Windows color (decimal): -1062350 or 3328751. OLE color: 3328751.

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

Color convert

RGB 239 202 50 -
CMYK 0 0.15 0.79 0.06
HSL 48.25º 0.86% 0.57% -
HSV(B) 48.25º 0.79% 0.94% -
XYZ 57.29 60.82 11.74 -
YUV 195.74 45.76 158.86 -
System Red Green Blue C M Y K H S L
Decimal 239 202 50 0 0.15 0.79 0.06 48.25 0.86 0.57
Hex EF CA 32 0 F 4F 6 30 56 39
Octal 357 312 62 0 17 117 6 60 126 71
Binary 11101111 11001010 110010 0 1111 1001111 110 110000 1010110 111001

Color Harmonies of #EFCA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA32

Black with #EFCA32

Text Example


Text Example

White with #EFCA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA32; }

 p { color: rgb(239,202,50); }

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

background-color css

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

 a { background-color: rgb(239,202,50); }

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

border-color css

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

 span { border-color: rgb(239,202,50); }

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