Html Css Color HEX #EFCE2B Golden Dream

📋 copy color: '#EFCE2B'

red 239 ◦ green 206 ◦ blue 43

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

Shades of Golden Dream #EFCE2B

Tints of Golden Dream #EFCE2B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.21%

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

R = 48.98%
G = 42.21%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFCE2B (or 0xEFCE2B) is known color: Golden Dream. HEX triplet: EF, CE and 2B. RGB value is (239,206,43). Sum of RGB (Red+Green+Blue) = 239+206+43=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 43 (17.19% from 255 or 8.81% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCE2B is #1031D4. Grayscale: #C5C5C5. Windows color (decimal): -1061333 or 2871023. OLE color: 2871023.

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

Color convert

RGB 239 206 43 -
CMYK 0 0.14 0.82 0.06
HSL 49.9º 0.86% 0.55% -
HSV(B) 49.9º 0.82% 0.94% -
XYZ 58.1 62.67 11.32 -
YUV 197.29 40.93 157.75 -
System Red Green Blue C M Y K H S L
Decimal 239 206 43 0 0.14 0.82 0.06 49.9 0.86 0.55
Hex EF CE 2B 0 E 52 6 32 56 37
Octal 357 316 53 0 16 122 6 62 126 67
Binary 11101111 11001110 101011 0 1110 1010010 110 110010 1010110 110111

Color Harmonies of #EFCE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCE2B

Black with #EFCE2B

Text Example


Text Example

White with #EFCE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCE2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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