Html Css Color HEX #EBED7D Texas

📋 copy color: '#EBED7D'

red 235 ◦ green 237 ◦ blue 125

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

Shades of Texas #EBED7D

Tints of Texas #EBED7D

RGB

 RED value IS 235 (92.19% from 255) = 39.36%

 GREEN value IS 237 (92.97% from 255) = 39.7%

 BLUE value IS 125 (49.22% from 255) = 20.94%

R = 39.36%
G = 39.7%
B = 20.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EBED7D (or 0xEBED7D) is known color: Texas. HEX triplet: EB, ED and 7D. RGB value is (235,237,125). Sum of RGB (Red+Green+Blue) = 235+237+125=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 125 (49.22% from 255 or 20.94% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBED7D is #141282. Grayscale: #E0E0E0. Windows color (decimal): -1315459 or 8252907. OLE color: 8252907.

HSL color Cylindrical-coordinate representation of color #EBED7D: hue angle of 61.07º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EBED7D is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 237 125 -
CMYK 0.01 0 0.47 0.07
HSL 61.07º 0.76% 0.71% -
HSV(B) 61.07º 0.47% 0.93% -
XYZ 68.25 79.71 31.19 -
YUV 223.63 72.34 136.11 -
System Red Green Blue C M Y K H S L
Decimal 235 237 125 0.01 0 0.47 0.07 61.07 0.76 0.71
Hex EB ED 7D 1 0 2F 7 3D 4C 47
Octal 353 355 175 1 0 57 7 75 114 107
Binary 11101011 11101101 1111101 1 0 101111 111 111101 1001100 1000111

Color Harmonies of #EBED7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBED7D

Black with #EBED7D

Text Example


Text Example

White with #EBED7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBED7D; }

 p { color: rgb(235,237,125); }

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

background-color css

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

 a { background-color: rgb(235,237,125); }

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

border-color css

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

 span { border-color: rgb(235,237,125); }

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