Html Css Color HEX #EFE67D Texas

📋 copy color: '#EFE67D'

red 239 ◦ green 230 ◦ blue 125

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

Shades of Texas #EFE67D

Tints of Texas #EFE67D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.72%

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

R = 40.24%
G = 38.72%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFE67D (or 0xEFE67D) is known color: Texas. HEX triplet: EF, E6 and 7D. RGB value is (239,230,125). Sum of RGB (Red+Green+Blue) = 239+230+125=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 230 (90.23% from 255 or 38.72% from 594); Blue value is 125 (49.22% from 255 or 21.04% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE67D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE67D is #101982. Grayscale: #DDDDDD. Windows color (decimal): -1055107 or 8251119. OLE color: 8251119.

HSL color Cylindrical-coordinate representation of color #EFE67D: hue angle of 55.26º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFE67D is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 230 125 -
CMYK 0 0.04 0.48 0.06
HSL 55.26º 0.78% 0.71% -
HSV(B) 55.26º 0.48% 0.94% -
XYZ 67.6 76.43 30.59 -
YUV 220.72 73.98 141.04 -
System Red Green Blue C M Y K H S L
Decimal 239 230 125 0 0.04 0.48 0.06 55.26 0.78 0.71
Hex EF E6 7D 0 4 30 6 37 4E 47
Octal 357 346 175 0 4 60 6 67 116 107
Binary 11101111 11100110 1111101 0 100 110000 110 110111 1001110 1000111

Color Harmonies of #EFE67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE67D

Black with #EFE67D

Text Example


Text Example

White with #EFE67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE67D; }

 p { color: rgb(239,230,125); }

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

background-color css

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

 a { background-color: rgb(239,230,125); }

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

border-color css

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

 span { border-color: rgb(239,230,125); }

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