Html Css Color HEX #EFB042 Tulip Tree

📋 copy color: '#EFB042'

red 239 ◦ green 176 ◦ blue 66

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

Shades of Tulip Tree #EFB042

Tints of Tulip Tree #EFB042

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.59%

 BLUE value IS 66 (26.17% from 255) = 13.72%

R = 49.69%
G = 36.59%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFB042 (or 0xEFB042) is known color: Tulip Tree. HEX triplet: EF, B0 and 42. RGB value is (239,176,66). Sum of RGB (Red+Green+Blue) = 239+176+66=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 66 (26.17% from 255 or 13.72% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB042 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB042 is #104FBD. Grayscale: #B6B6B6. Windows color (decimal): -1068990 or 4370671. OLE color: 4370671.

HSL color Cylindrical-coordinate representation of color #EFB042: hue angle of 38.15º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFB042 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 176 66 -
CMYK 0 0.26 0.72 0.06
HSL 38.15º 0.84% 0.6% -
HSV(B) 38.15º 0.72% 0.94% -
XYZ 52.11 49.79 12.02 -
YUV 182.3 62.37 168.44 -
System Red Green Blue C M Y K H S L
Decimal 239 176 66 0 0.26 0.72 0.06 38.15 0.84 0.6
Hex EF B0 42 0 1A 48 6 26 54 3C
Octal 357 260 102 0 32 110 6 46 124 74
Binary 11101111 10110000 1000010 0 11010 1001000 110 100110 1010100 111100

Color Harmonies of #EFB042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB042

Black with #EFB042

Text Example


Text Example

White with #EFB042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB042; }

 p { color: rgb(239,176,66); }

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

background-color css

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

 a { background-color: rgb(239,176,66); }

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

border-color css

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

 span { border-color: rgb(239,176,66); }

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