Html Css Color HEX #EFB340 Tulip Tree

📋 copy color: '#EFB340'

red 239 ◦ green 179 ◦ blue 64

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

Shades of Tulip Tree #EFB340

Tints of Tulip Tree #EFB340

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.14%

 BLUE value IS 64 (25.39% from 255) = 13.28%

R = 49.59%
G = 37.14%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFB340 (or 0xEFB340) is known color: Tulip Tree. HEX triplet: EF, B3 and 40. RGB value is (239,179,64). Sum of RGB (Red+Green+Blue) = 239+179+64=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB340 is #104CBF. Grayscale: #B8B8B8. Windows color (decimal): -1068224 or 4240367. OLE color: 4240367.

HSL color Cylindrical-coordinate representation of color #EFB340: hue angle of 39.43º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFB340 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 179 64 -
CMYK 0 0.25 0.73 0.06
HSL 39.43º 0.85% 0.59% -
HSV(B) 39.43º 0.73% 0.94% -
XYZ 52.64 50.96 11.91 -
YUV 183.83 60.38 167.35 -
System Red Green Blue C M Y K H S L
Decimal 239 179 64 0 0.25 0.73 0.06 39.43 0.85 0.59
Hex EF B3 40 0 19 49 6 27 55 3B
Octal 357 263 100 0 31 111 6 47 125 73
Binary 11101111 10110011 1000000 0 11001 1001001 110 100111 1010101 111011

Color Harmonies of #EFB340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB340

Black with #EFB340

Text Example


Text Example

White with #EFB340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB340; }

 p { color: rgb(239,179,64); }

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

background-color css

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

 a { background-color: rgb(239,179,64); }

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

border-color css

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

 span { border-color: rgb(239,179,64); }

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