Html Css Color HEX #EDB23E Tulip Tree

📋 copy color: '#EDB23E'

red 237 ◦ green 178 ◦ blue 62

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

Shades of Tulip Tree #EDB23E

Tints of Tulip Tree #EDB23E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13%

R = 49.69%
G = 37.32%
B = 13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDB23E (or 0xEDB23E) is known color: Tulip Tree. HEX triplet: ED, B2 and 3E. RGB value is (237,178,62). Sum of RGB (Red+Green+Blue) = 237+178+62=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 62 (24.61% from 255 or 13.00% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB23E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB23E is #124DC1. Grayscale: #B6B6B6. Windows color (decimal): -1199554 or 4109037. OLE color: 4109037.

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

Color convert

RGB 237 178 62 -
CMYK 0 0.25 0.74 0.07
HSL 39.77º 0.83% 0.59% -
HSV(B) 39.77º 0.74% 0.93% -
XYZ 51.71 50.19 11.52 -
YUV 182.42 60.05 166.93 -
System Red Green Blue C M Y K H S L
Decimal 237 178 62 0 0.25 0.74 0.07 39.77 0.83 0.59
Hex ED B2 3E 0 19 4A 7 28 53 3B
Octal 355 262 76 0 31 112 7 50 123 73
Binary 11101101 10110010 111110 0 11001 1001010 111 101000 1010011 111011

Color Harmonies of #EDB23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB23E

Black with #EDB23E

Text Example


Text Example

White with #EDB23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB23E; }

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

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

background-color css

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

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

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

border-color css

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

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

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