Html Css Color HEX #EFCB2D Golden Dream

📋 copy color: '#EFCB2D'

red 239 ◦ green 203 ◦ blue 45

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

Shades of Golden Dream #EFCB2D

Tints of Golden Dream #EFCB2D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.68%

 BLUE value IS 45 (17.97% from 255) = 9.24%

R = 49.08%
G = 41.68%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFCB2D (or 0xEFCB2D) is known color: Golden Dream. HEX triplet: EF, CB and 2D. RGB value is (239,203,45). Sum of RGB (Red+Green+Blue) = 239+203+45=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 45 (17.97% from 255 or 9.24% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCB2D is #1034D2. Grayscale: #C4C4C4. Windows color (decimal): -1062099 or 3001327. OLE color: 3001327.

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

Color convert

RGB 239 203 45 -
CMYK 0 0.15 0.81 0.06
HSL 48.87º 0.86% 0.56% -
HSV(B) 48.87º 0.81% 0.94% -
XYZ 57.43 61.25 11.28 -
YUV 195.75 42.93 158.85 -
System Red Green Blue C M Y K H S L
Decimal 239 203 45 0 0.15 0.81 0.06 48.87 0.86 0.56
Hex EF CB 2D 0 F 51 6 31 56 38
Octal 357 313 55 0 17 121 6 61 126 70
Binary 11101111 11001011 101101 0 1111 1010001 110 110001 1010110 111000

Color Harmonies of #EFCB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB2D

Black with #EFCB2D

Text Example


Text Example

White with #EFCB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB2D; }

 p { color: rgb(239,203,45); }

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

background-color css

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

 a { background-color: rgb(239,203,45); }

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

border-color css

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

 span { border-color: rgb(239,203,45); }

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