Html Css Color HEX #EFCD2B Golden Dream

📋 copy color: '#EFCD2B'

red 239 ◦ green 205 ◦ blue 43

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

Shades of Golden Dream #EFCD2B

Tints of Golden Dream #EFCD2B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.09%

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

R = 49.08%
G = 42.09%
B = 8.83%

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

#EFCD2B (or 0xEFCD2B) is known color: Golden Dream. HEX triplet: EF, CD and 2B. RGB value is (239,205,43). Sum of RGB (Red+Green+Blue) = 239+205+43=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 43 (17.19% from 255 or 8.83% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD2B is #1032D4. Grayscale: #C5C5C5. Windows color (decimal): -1061589 or 2870767. OLE color: 2870767.

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

Color convert

RGB 239 205 43 -
CMYK 0 0.14 0.82 0.06
HSL 49.59º 0.86% 0.55% -
HSV(B) 49.59º 0.82% 0.94% -
XYZ 57.86 62.19 11.24 -
YUV 196.7 41.26 158.17 -
System Red Green Blue C M Y K H S L
Decimal 239 205 43 0 0.14 0.82 0.06 49.59 0.86 0.55
Hex EF CD 2B 0 E 52 6 32 56 37
Octal 357 315 53 0 16 122 6 62 126 67
Binary 11101111 11001101 101011 0 1110 1010010 110 110010 1010110 110111

Color Harmonies of #EFCD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD2B

Black with #EFCD2B

Text Example


Text Example

White with #EFCD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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