Html Css Color HEX #EDB243 Tulip Tree

📋 copy color: '#EDB243'

red 237 ◦ green 178 ◦ blue 67

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

Shades of Tulip Tree #EDB243

Tints of Tulip Tree #EDB243

RGB

 RED value IS 237 (92.97% from 255) = 49.17%

 GREEN value IS 178 (69.92% from 255) = 36.93%

 BLUE value IS 67 (26.56% from 255) = 13.9%

R = 49.17%
G = 36.93%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDB243 (or 0xEDB243) is known color: Tulip Tree. HEX triplet: ED, B2 and 43. RGB value is (237,178,67). Sum of RGB (Red+Green+Blue) = 237+178+67=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 67 (26.56% from 255 or 13.90% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB243 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB243 is #124DBC. Grayscale: #B7B7B7. Windows color (decimal): -1199549 or 4436717. OLE color: 4436717.

HSL color Cylindrical-coordinate representation of color #EDB243: hue angle of 39.18º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDB243 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 178 67 -
CMYK 0 0.25 0.72 0.07
HSL 39.18º 0.83% 0.6% -
HSV(B) 39.18º 0.72% 0.93% -
XYZ 51.86 50.25 12.28 -
YUV 182.99 62.55 166.53 -
System Red Green Blue C M Y K H S L
Decimal 237 178 67 0 0.25 0.72 0.07 39.18 0.83 0.6
Hex ED B2 43 0 19 48 7 27 53 3C
Octal 355 262 103 0 31 110 7 47 123 74
Binary 11101101 10110010 1000011 0 11001 1001000 111 100111 1010011 111100

Color Harmonies of #EDB243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB243

Black with #EDB243

Text Example


Text Example

White with #EDB243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB243; }

 p { color: rgb(237,178,67); }

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

background-color css

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

 a { background-color: rgb(237,178,67); }

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

border-color css

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

 span { border-color: rgb(237,178,67); }

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