Html Css Color HEX #EFCC2B Golden Dream

📋 copy color: '#EFCC2B'

red 239 ◦ green 204 ◦ blue 43

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

Shades of Golden Dream #EFCC2B

Tints of Golden Dream #EFCC2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.85%

R = 49.18%
G = 41.98%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFCC2B (or 0xEFCC2B) is known color: Golden Dream. HEX triplet: EF, CC and 2B. RGB value is (239,204,43). Sum of RGB (Red+Green+Blue) = 239+204+43=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 43 (17.19% from 255 or 8.85% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCC2B is #1033D4. Grayscale: #C4C4C4. Windows color (decimal): -1061845 or 2870511. OLE color: 2870511.

HSL color Cylindrical-coordinate representation of color #EFCC2B: hue angle of 49.29º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFCC2B is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 204 43 -
CMYK 0 0.15 0.82 0.06
HSL 49.29º 0.86% 0.55% -
HSV(B) 49.29º 0.82% 0.94% -
XYZ 57.63 61.71 11.16 -
YUV 196.11 41.6 158.59 -
System Red Green Blue C M Y K H S L
Decimal 239 204 43 0 0.15 0.82 0.06 49.29 0.86 0.55
Hex EF CC 2B 0 F 52 6 31 56 37
Octal 357 314 53 0 17 122 6 61 126 67
Binary 11101111 11001100 101011 0 1111 1010010 110 110001 1010110 110111

Color Harmonies of #EFCC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC2B

Black with #EFCC2B

Text Example


Text Example

White with #EFCC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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